# ---------------------------------------------------------------------
# makefile by bill buckels 2007
# ---------------------------------------------------------------------

integer.sys: integer.r
    LN65 +s INTEGER.R $(CR65)samain.r -lSYSIO -lg2 -lc -ls -lm -lSYSIO -lg2 -lc -ls -lm
    RM INTEGER.R
    MAKEPRO INTEGER
    RM INTEGER
    @echo INTEGER.SYS now created!

integer.r: integer.c
           c65 integer.c

